go/constant.boolVal.String (method, view implemented interface methods)

2 uses

	go/constant (current package)
		value.go#L114: func (x boolVal) String() string  { return strconv.FormatBool(bool(x)) }
		value.go#L242: func (x boolVal) ExactString() string    { return x.String() }